![]() |
YNQ
YNQ-1.6.2
|
Functions | |
| NQ_BOOL | ccCreateDirectoryA (const NQ_CHAR *pathName) |
| NQ_BOOL | ccCreateDirectory (const NQ_WCHAR *pathName) |
| NQ_BOOL | ccRemoveDirectoryA (const NQ_CHAR *pathName) |
| NQ_BOOL | ccRemoveDirectory (const NQ_WCHAR *pathName) |
This function is called by application to create a directory.
| pathName | Path of the directory to be created |
This function is called by application to create a directory.
| pathName | Path of the directory to be created |
This function is called by application to remove a directory.
| pathName | Path of the directory to be removed. |
This function is called by application to remove a directory.
| pathName | Path of the directory to be removed. |